[BUG] Temporary fix for duckdb/duckdb-wasm/issues/2199#14
Merged
Jennings Anderson (jenningsanderson) merged 1 commit intomainfrom Apr 21, 2026
Merged
Conversation
Signed-off-by: Jennings Anderson <jenningsa@meta.com>
Copilot started reviewing on behalf of
Jennings Anderson (jenningsanderson)
April 20, 2026 14:59
View session
🚀 Workshop branch preview deployed!You can review your changes at https://staging.overturemaps.org/workshop/pr/14/index.html ♻️ Last refreshed: 2026-04-20T14:59:49Z |
There was a problem hiding this comment.
Pull request overview
Adds a “warm-up” query to the sandbox setup SQL, intended as a temporary workaround for duckdb-wasm issue #2199.
Changes:
- Inserts a
duckdb_coordinate_systems()query into the setup editor SQL so it runs during auto-setup.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+616
to
618
| SELECT * FROM duckdb_coordinate_systems(); | ||
| INSTALL spatial; | ||
| LOAD spatial; |
Closed
f9b6b5b
into
main
12 of 17 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.